Welcome![Sign In][Sign Up]
Location:
Search - ctrl alt del

Search list

[ExploitProcess3

Description: 用vc编写的进程查看程序,有些按下Ctrl+Alt+Del也看不到的黑客程序在本程序下可以一览无余-vc prepared with the process View procedures, Some press Ctrl-Alt-Del also see the hacker program in the procedure can be readily perceived
Platform: | Size: 82804 | Author: 丑小鸭 | Hits:

[Hook apiDisableKeys111

Description: 全局钩子并不能能够屏蔽Ctrl+alt+del,这个程序可以完全屏蔽,直接调用dll就可以了。-overall hook and not to shield Ctrl alt del, the procedures can shield, dll called directly on it.
Platform: | Size: 2537287 | Author: 韩瑞 | Hits:

[Windows DevelopDisabled_Ctrl_Alt_Del

Description: 屏蔽Ctrl+ALT+DEL的最好的程序-Ctrl ALT DEL shielding the best procedure
Platform: | Size: 547633 | Author: 大可 | Hits:

[Exploitwin2000下屏蔽ctrl+alt+del的新方法

Description: win2000下屏蔽热键的方法!-WIN2000 shielding hotkey under way!
Platform: | Size: 185563 | Author: lj | Hits:

[GUI DevelopVBProg

Description: 本程序实现了设置墙纸、令关闭命令不可用和禁用Ctrl+Alt+Del组合键的功能
Platform: | Size: 6948 | Author: bgl | Hits:

[Hook apihide

Description: Windows XP系统中如何屏蔽 Ctrl+Alt+Del、Alt+Tab以及Ctrl+Esc键序列
Platform: | Size: 99198 | Author: jerry | Hits:

[OS programlockwindows

Description: 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类化它,呵呵,不就...。(使用我提供的ShellCode代码,在我的电脑上有枚举出Winlogon桌面的四个窗口,其中有一个名为SAS window的窗口,其它是什么IME啦,等等,猜都能猜出啦,SAS windows应该就是啦)。因为我们要子类化WinLogon桌面中的窗口,别无选择的我们应该使用远程线程了,本文使用的是将所有代码注入到WinLogon进程中去,而不是远程挂接DLL的方式,这样在你开发程序过程中,无需任何第三方文件了。(这应该是你乐意的)
Platform: | Size: 18335 | Author: jing | Hits:

[Otherwangyue1

Description: 使用方法: 1: 包含C++类CCADMgr头文件,如:#include \"CADMgr.h\" 2: 定义变量如:CCADMgr m_cadMgr 3: 设置Ctrl+Alt+Del消息通知窗口,如:m_cadMgr.SetTargetWnd(m_hWnd) 4: 禁用或启用,如:m_cadMgr.DisableCAD(m_bDisabled) 5: 响应消息: 声明函数:afx_msg void OnHotKey(WPARAM wParam, LPARAM lParam) 消息映射:ON_MESSAGE(WM_HOTKEY, OnHotKey) 函数实现: void CTrapCADDlg::OnHotKey(WPARAM wParam, LPARAM lParam) { WORD wKey = HIWORD(lParam) WORD wModifier = LOWORD(lParam) BOOL bAltDown = ((wModifier & VK_MENU) != 0 ? TRUE : FALSE) BOOL bCtrlDown = ((wModifier & VK_CONTROL) != 0 ? TRUE : FALSE) //按下Ctrl + Alt + Del组合键 if(bCtrlDown && bAltDown && wKey == VK_DELETE) AfxMessageBox(\"对不起, Ctrl+Alt+Delete组合键已经被禁用了!\", MB_OK|MB_IConERROR)
Platform: | Size: 119281 | Author: 王跃 | Hits:

[Otherlock

Description: 屏幕挂机锁程序,屏蔽ctrl+alt+del!本程序是我为网吧写的,具有一定的参考价值!暂无发现BUG!如果你有任何建议或问题请联系我!
Platform: | Size: 106711 | Author: ljasdf | Hits:

[Windows Developdemo

Description: 过R3的隐藏进程屏蔽ctrl+alt+del
Platform: | Size: 42462 | Author: 老李 | Hits:

[Other resourceWBJF

Description: Of the password is: Server: \"1.\" Client: + for the month of the date of the machine. Such as \"2005/08/05\", compared with the number \"85\" Database: \"xzxq\". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
Platform: | Size: 1356944 | Author: JACK.CHEN | Hits:

[OS programgina_ctrl_alt_del

Description: gina programming.To disable ctrl+alt+del key.
Platform: | Size: 31004 | Author: alex | Hits:

[OS programHideProc

Description: 利用windows的一个*.dll卸载漏洞,可以实现在win9x,nt,w2k下进程的深度隐藏,按CTRL+ALT+DEL看不到,用终极防线也看不到,
Platform: | Size: 79894 | Author: Alexander | Hits:

[Hook apitrapkeys

Description: 此代码示范在Windows XP中如何实现屏蔽CTRL+ALT+DEL组合键序列,任务切换组合键序列(Alt+Tab),任务栏和“开始”菜单(Ctrl+Esc,VK_LWIN,VK_RWIN)。-this model code in Windows XP how to achieve shielding CTRL ALT DEL key sequence composition, mandate bond portfolio switching sequence (Alt-Tab), the task bar and the "start" menu (Ctrl Esc, VK_LWIN, VK_RWIN).
Platform: | Size: 95815 | Author: 蔡世贵 | Hits:

[assembly languagechongqi

Description: Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
Platform: | Size: 2713 | Author: 陈好 | Hits:

[OS programNoneCAD

Description: 不用修改gina.dll,在 Win NT/2000/XP系统上禁用 Ctrl + Alt + Del 键
Platform: | Size: 117911 | Author: 杨天 | Hits:

[Windows DevelopWorkstatio186804222001

Description: 怎样锁定计算机,并防止用户通过CTRL+ALT+DEL结束进程
Platform: | Size: 5595 | Author: 1235 | Hits:

[OS programGINA

Description: 设置WINDOWS平台登陆框,CTRL+ALT+DEL组合键等功能的动态库框架
Platform: | Size: 241890 | Author: 豆腐干 | Hits:

[Hook apikillCtrlAltDel

Description: 屏蔽任务管理器,思路1:锁定taskmgr.exe文件,从而使Ctrl+Alt+Del键无效 思路2:修改注册表,禁用任务管理器
Platform: | Size: 1076 | Author: 李颜召 | Hits:

[OS programMsGinaReplace

Description: 替换Windows的Gina库,可以针对Windows的大部分用户操作替换为自己的控制造作 如CTRL+ALT+DEL热键,用户登陆等-Gina replacement for Windows, the Windows user to replace most of their control such as artificial hotkey CTRL ALT DEL users landing.
Platform: | Size: 22915 | Author: 袁飞 | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 13 »

CodeBus www.codebus.net